db_constraints ~master (2022-04-24T06:29:45.2622732)
Dub
Repo
KeyedCollection.contains
db_constraints
keyed
keyedcollection
KeyedCollection
Checks if
item
is in the collection.
bool
contains
(T item)
bool
contains
(key_type clIdx)
mixintemplate
KeyedCollection
(T)
final const nothrow pure @
safe
@
nogc
bool
contains
(
in
key_type
clIdx
)
if
(
usableForKeyedCollection
!(
T
)
)
bool
contains
(A a)
Return Value
Type:
bool
true if
item
is in the collection.
Meta
Source
See Implementation
db_constraints
keyed
keyedcollection
KeyedCollection
aliases
collectionof
key_type
constructors
this
functions
add
contains
length
markAsSaved
notify
opApply
opBinaryRight
opDispatch
opIndex
opOpAssign
remove
violatesExclusionConstraints
violatesUniqueConstraints
mixins
collectionChanged
properties
containsChanges
enforceConstraints
variables
_items
Checks if item is in the collection.